Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
VB.Net
1) 2D Graphics
2) ADO Database
3) Application
4) Class
5) Data Structure
6) Data Types
7) Date Time
8) Development
9) Event
10) File Directory
11) Generics
12) GUI
13) Internationalization
14) Language Basics
15) LINQ
16) Network Remote
17) Reflection
18) Security
19) Thread
20) Windows System
21) WPF
22) XML
23) XML LINQ
Class
1) Abstract (MustInherit) Class
2) Adding extension method to string
3) Call base constructor
4) Check Class Type in For each Loop
5) Class Composition
6) Class Inheritance Demo
7) Class implements two interfaces
8) Class Property Get and Set
9) Class Shared Variable
10) Class with all shared Member variables
11) Class with two constructors
12) Clonable Object
13) Compare int property
14) Construct Class by Class Combination
15) Constructor with parameters
16) CType a Class
17) Declare Protected Properties
18) Define Abstract Class and Reference Class by it
19) Define and use Class
20) Define and use Interface
21) Define and use Interface Age
22) Define and use Member Function
23) Define and use Properties
24) Define and use ReadOnly Class Property
25) Define and use your own Time Class
26) Define Overridable Member Function
27) Define ReadOnly Property
28) Demo Const and ReadOnly
29) Demonstrate polymorphism in Point-Circle-Cylinder hierarchy
30) Demonstrating method GetHashCode of class String
31) Four Level Hierachy
32) Generic Class and Interface
33) Get and set Properties
34) Implement an Interface
35) Implements an Interface
36) Implements Two Interfaces
37) Init Member Variables through Constructor
38) Interface Inherits another Interface
39) Interface inherits interface
40) Member Wise Clone
41) Multiplie Constructors
42) Nested Class Demo
43) One Class implements two Interfaces which have the same name method
44) Operator Overload Demo
45) Overload Constructor Demo
46) Overloading constructors
47) Overridable Overloads Method from Base Class
48) Override Object ToString
49) Override the Finalize Function
50) Override ToString function
51) Override ToString Method to provide meaningful information
52) Overrides method from super(parent) class
53) PolyMorphism At Work
54) Private Member Variable
55) Property Shadow during Inheritance
56) Protected Member Variables
57) Public and private demo
58) Scope rules and instance variables
59) Shadow base method
60) Shared Method Demo
61) Shared Property Demo
62) Use Constructor to init member variables
63) Use Me to Reference myself
64) Use Overridable Function
65) Use Shared method to construct Object
66) User Shared variable to count instance number
67) Using overloaded methods
68) Your Complex Number Class